From: Richard M. Stallman Date: Thu, 6 May 1993 01:33:13 +0000 (+0000) Subject: (auto-mode-alist): Delete the entries for makefile-mode. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96388 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a3666e471931be86729da627ef57f1dafb4070fc;p=emacs.git (auto-mode-alist): Delete the entries for makefile-mode. --- diff --git a/lisp/files.el b/lisp/files.el index 8a62702f7dd..64ba881b71a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -705,8 +705,8 @@ run `normal-mode' explicitly." ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode) ("\\.C\\'" . c++-mode) - ("\\.mk\\'" . makefile-mode) - ("[Mm]akefile" . makefile-mode) +;;; ("\\.mk\\'" . makefile-mode) +;;; ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here ;;; so more common ones above are found faster. ("\\.s\\'" . asm-mode)